NAME
strstr - find a string inside a string

SYNTAX
#include <simulate.h>

int strstr(string str1,string str2);

DESCRIPTION
Return the position of str2 in str1, if str2 can't be found in str1 -1 is returned.

KEYWORDS
string

SEE ALSO
sscanf and explode